home *** CD-ROM | disk | FTP | other *** search
/ Creative Computers / Creative Computers CD-ROM, Volume 1 (Legendary Design Technologies, Inc.)(1994).iso / commercial / inovatronics / edgedemo / edgeeditor / rexx / menu_loaddefmac.edge < prev    next >
Text File  |  1994-11-17  |  408b  |  16 lines

  1. /*
  2. ** $VER: Menu_LoadDefMac.edge 1.0 (Friday 22-Oct-93 12:55:22)
  3. **
  4. ** Make an Edge macro the default macro
  5. **
  6. ** Written by Thomas liljetoft & Inovatronics
  7. */
  8.  
  9. options results
  10.  
  11. /* ask the user what edge macro script to work with */
  12. requestfile title """Load Macro...""" path """rexx:""" getdir
  13.  
  14. /* copy the file to the default macro's place */
  15. if rc==0 then address command copy result """ram:edge.macro"""
  16.